Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Used in pendingReinvite and pendingRepeatState.
Link copied to clipboard
open fun checkState(context: ITrackerStateContext)
Link copied to clipboard
abstract fun getStateId(): TrackingStates
Link copied to clipboard
Link copied to clipboard
open fun onEnterState(context: ITrackerStateContext, previousState: AbstractTrackerState)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onLocalNotificationReceived(context: ITrackerStateContext, measureConfiguration: MeasureConfigurationInternal)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onStateChangeRequested(context: ITrackerStateContext, eventType: SdkEventType, measureConfiguration: MeasureConfigurationInternal)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun triggerInvitation(surveyId: String, context: ITrackerStateContext)
Invitation can be triggered in any state
Link copied to clipboard
open fun triggerSurvey(surveyId: String, context: ITrackerStateContext)
Survey can be triggered in any state
Link copied to clipboard